From: Luc Teirlinck Date: Wed, 31 Dec 2003 00:24:28 +0000 (+0000) Subject: (Ferror_message_string): Add hyperlink to the definition of `signal' X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~24616 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=5ad489ff149dd7ce1e496219fd72bd7c52355964;p=emacs.git (Ferror_message_string): Add hyperlink to the definition of `signal' in the Elisp manual. --- diff --git a/src/print.c b/src/print.c index 441894471a7..3069f732829 100644 --- a/src/print.c +++ b/src/print.c @@ -966,7 +966,9 @@ debug_print (arg) DEFUN ("error-message-string", Ferror_message_string, Serror_message_string, 1, 1, 0, - doc: /* Convert an error value (ERROR-SYMBOL . DATA) to an error message. */) + doc: /* Convert an error value (ERROR-SYMBOL . DATA) to an error message. +See Info anchor `(elisp)Definition of signal' for some details on how this +error message is constructed. */) (obj) Lisp_Object obj; {